Item Property (GridRowColCollection<T>)
Gets or sets the element at the specified index.
public this[
int
]; {get; set;}
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As
'Usage
Dim instance As GridRowColCollection(Of T)
Dim index As Integer
Dim value As
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- The zero-based index of the element to get or set.
Property Value
The element at the specified index.